home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 176-200 / disk_179 / unixutil / tail.doc < prev    next >
Text File  |  1992-05-06  |  680b  |  32 lines

  1. TAIL                USER COMMANDS            TAIL
  2.  
  3.  
  4.  
  5. NAME
  6.     tail - display the last part of a file
  7.  
  8. SYNOPSIS
  9.     tail +|-number [ filename ...]
  10.  
  11. DESCRIPTION
  12.     tail copies filename to the standard output beginning  at  a 
  13.     designated  place.   If no file is named, the standard input
  14.     is used.
  15.  
  16. OPTIONS
  17.     +number
  18.          Begin copying at number lines  from the beginning of the
  19.          file.  If number is not specified, the value 10 is used.
  20.  
  21.     -number
  22.          Begin copying at number lines  from the end of the file. 
  23.          If number is not specified, the value 10 is used.
  24.  
  25.  
  26. SEE ALSO
  27.     head
  28.  
  29. BUGS
  30.     Data for a tail relative to the end of the file  is stored in
  31.     a buffer, and thus is limited to  available memory.
  32.